//PORTB is address low //PORTC[4:0] is address high //PORTD is data //PORTC[5] is write enable #define F_CPU 8000000UL #include #include #include const unsigned char d[8192] PROGMEM = {0}; int main(void) { unsigned int i=sizeof(d); PORTC=(1<>8)&~(1<